gtk/gtkprintoperation-win32.c: Fix Missed Include
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 6 Aug 2014 04:55:09 +0000 (12:55 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 6 Aug 2014 04:55:09 +0000 (12:55 +0800)
We need to include gtkprivate.h for _gtk_load_dll_with_libgtk3_manifest().

gtk/gtkprintoperation-win32.c

index 3ac6bc47bfe5b357af5be3335eb46c892e6d52e1..d537a3490a3e8c605c6d12cf0da70473c2c5386e 100644 (file)
@@ -40,6 +40,7 @@
 #include "gtkplug.h"
 #include "gtk.h"
 #include "gtkwin32embedwidget.h"
+#include "gtkprivate.h"
 
 #define MAX_PAGE_RANGES 20
 #define STATUS_POLLING_TIME 2000